home *** CD-ROM | disk | FTP | other *** search
- I'm trying to get Trumpet Newsreader to archive an entire selection of
- articles from a newsgroup to my local hard disk. How do you do that?
- I've tried the archive button but I can never find the file its supposed to
- save to.
-
- cboesel@crl.com
- From news@bigblue.oit.unc.edu Tue Apr 22 22:27:18 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA27423; Sat, 23 Apr 1994 08:14:37 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA32237; Sat, 23 Apr 1994 07:13:58 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 22 Apr 1994 21:27:18 +0100
- From: roque@master.di.fc.ul.pt
- Message-Id: <2p9bv6$3of@master.di.fc.ul.pt>
- Organization: Faculdade de Ciencias da Universidade de Lisboa
- Sender: ses
- Subject: call to winsock.dll causes error 202
-
- I'm working on a winsock app that uses UDP sockets.
- When I call sendto() Windows gives me Error 202. I think that the error
- ocurs inside the dll. I'm using Trumpet 1.0 Alpha 18.
- The Error info is meaningless to me.
-
- the way I do it:
- startup code:
- sock = socket(...)
- bind
- WSAAsyncSelect(..)
-
- Receiving code:
- recvfrom(..); works ok...
-
- Sending Code
- memset(dest_addr, 0, sizeof(struct...));
- dest_addr.sin_port = received_port;
- dest_addr.sin_addr.s_addr = ...
- sendto(sock, buf, bufsize, 0, (struct sockaddr *)
- &dest_addr, sizeof(struct sockaddr_in));
-
- My question is why the Hell ( pardon me for the expression )
- does the DLL origins a Error 202 and what the Hell ( sorry again)
- Error 202 is ?
-
- If you can help me please send me a mail
- Pedro Roque
- --
-
- Pedro Roque (roque@di.fc.ul.pt)
- From news@bigblue.oit.unc.edu Thu Apr 21 23:34:37 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA27375; Sat, 23 Apr 1994 08:14:30 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA21737; Sat, 23 Apr 1994 06:44:43 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 21 Apr 1994 23:34:37 GMT
- From: PCM@PCM.oit.unc.edu (PC-USER)
- Message-Id: <PCM.1.00129446@PCM>
- Organization: Xerox
- Sender: ses
- References: <2p4vp1$bg3@acy1.digex.net>
- Subject: Re: Trumpet news reader help AHHHH!!!
-
-